home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / ada / gwuada_5.zip / adaed / spider / draw8.ada < prev    next >
Text File  |  1993-02-04  |  200b  |  16 lines

  1. WITH Spider; USE Spider;
  2. PROCEDURE Drawing8 IS
  3. BEGIN 
  4. Start;
  5. Red; 
  6. WHILE NOT AtWall LOOP
  7.      Step;
  8.      Turn;
  9.      Step;
  10.      Turn;
  11.      Turn;
  12.      Turn;
  13. END LOOP;
  14. Quit;
  15. END Drawing8;
  16.